type runtime.traceStackTable
7 uses
runtime (current package)
trace.go#L154: stackTab traceStackTable // maps stack traces to unique ids
trace.go#L1188: type traceStackTable struct {
trace.go#L1215: func (tab *traceStackTable) put(pcs []uintptr) uint32 {
trace.go#L1251: func (tab *traceStackTable) find(pcs []uintptr, hash uintptr) uint32 {
trace.go#L1268: func (tab *traceStackTable) newStack(n int) *traceStack {
trace.go#L1294: func (tab *traceStackTable) dump(bufp traceBufPtr) traceBufPtr {
trace.go#L1333: *tab = traceStackTable{}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |